projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
533f258
)
* keyboard.c (read_char): Fix last change.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 11 Sep 2013 03:31:06 +0000
(23:31 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 11 Sep 2013 03:31:06 +0000
(23:31 -0400)
Fixes: debbugs:15332
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index a768c9bb409a7379ee1ca48af15ba55ad426ebcc..020c88599417d5f97b552d99c322e3349fe37849 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-2597,7
+2597,7
@@
read_char (int commandflag, Lisp_Object map,
if (/* There currently is something in the echo area. */
!NILP (echo_area_buffer[0])
&& (/* It's an echo from a different kboard. */
-
||
echo_kboard != current_kboard
+ echo_kboard != current_kboard
/* Or we explicitly allow overwriting whatever there is. */
|| ok_to_echo_at_next_pause == NULL))
cancel_echoing ();